See Also

DataPointsCollection Class  | DataPointsCollection Members  | Overload List

Language

Visual Basic

C#

Show All

xValues
Specifies the array of X values of the DataPoint object added to the collection.
yValues
Specifies the array of Y values of the DataPoint object added to the collection.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

DataBindXY(Object[],Double[][]) Method

Binds the X value and Y values of the collection's DataPoints to a specified data source.

[Visual Basic]
Overloads Public Sub DataBindXY( _    ByVal xValues() As Object, _    ByVal ParamArray yValues() As Double _ )
[C#]
public void DataBindXY(    object[] xValues,    params double[] yValues );

Parameters

xValues
Specifies the array of X values of the DataPoint object added to the collection.
yValues
Specifies the array of Y values of the DataPoint object added to the collection.

See Also

DataPointsCollection Class  | DataPointsCollection Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.